pdf2svg software package provides converts PDF documents to SVG files (one per page), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install pdf2svg
pdf2svg is installed in your system.
Make ensure the pdf2svg package were installed using the commands given below,
$ sudo dpkg-query -l | grep pdf2svg *
You will get with pdf2svg package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Graphics |
| Package | pdf2svg |
| Version | 0.2.2-1 |
| Description | converts PDF documents to SVG files (one per page) |
| Sub Section | Graphics |